1. What is a graph composed of?
Correct Answer: C) Vertices and edges
2. In the notation G=(V,E), what does V represent?
Correct Answer: B) A set of vertices
3. In the notation G=(V,E), what does E represent?
Correct Answer: B) A set of edges
4. What is the term for the number of vertices in a graph?
Correct Answer: B) Order of the graph
5. What is the term for the number of edges in a graph?
Correct Answer: A) Size of the graph
6. How are edges in a graph represented?
Correct Answer: B) As unordered pairs of vertices
7. What are the end vertices of an edge in a graph called?
Correct Answer: C) End vertices
8. If V(G)={v1,v2,…,vn} and E(G)={e1,e2,…,em}, what does each ek represent?
Correct Answer: A) An unordered pair of vertices
9. What does the cardinality of V denote in a graph?
Correct Answer: B) The number of vertices
10. What does the cardinality of E denote in a graph?
Correct Answer: B) The number of edges
11. How is an edge typically represented in a graph?
Correct Answer: C) As an unordered pair of vertices
12. In a graph, if ek={vi,vj}, what are vi and vj?
Correct Answer: B) End vertices of the edge ek
13. Which term is used for the objects in a graph that are joined by edges?
Correct Answer: B) Vertices
14. What term is used for the connections between vertices in a graph?
Correct Answer: B) Edges
15. In graph theory, what is the number of vertices in a graph called?
Correct Answer: B) Order
16. In graph theory, what is the number of edges in a graph called?
Correct Answer: A) Size
17. How is the set of edges denoted in a graph?
Correct Answer: B) E
18. How is the set of vertices denoted in a graph?
Correct Answer: B) V
19. What defines a simple graph?
Correct Answer: B) A graph with only one edge connecting each pair of vertices
20. Which type of graph allows multiple edges between the same pair of vertices but no self-loops?
Correct Answer: C) Multigraph
21. What are parallel edges in a multigraph?
Correct Answer: B) Edges that connect the same pair of vertices
22. What is a loop in the context of a multigraph?
Correct Answer: B) An edge that connects a vertex to itself
23. How is a complete graph defined?
Correct Answer: B) A graph where each vertex is connected to every other vertex
24. What is the representation of a complete graph with n vertices?
Correct Answer: A) Kn
25. What does a bigraph consist of?
Correct Answer: B) Two orthogonal structures: place graph and link graph
26. In a bigraph, what does the place graph describe?
Correct Answer: B) The nesting of entities, such as a phone inside a room
27. What does the link graph in a bigraph provide?
Correct Answer: B) Non-local hyperlinks between entities
28. How are bi-graphs considered in terms of compositional structures?
Correct Answer: B) They are compositional, meaning they can be built from smaller bi-graphs
29. What does the degree of a vertex in a graph represent?
Correct Answer: B) The number of edges incident with the vertex
30. How is the degree of a vertex denoted?
Correct Answer: B) deg(v)
31. In a basic network with n vertices, what is the degree of any vertex v?
Correct Answer: C) n-1
32. What is the minimum degree of vertices in V(G) denoted by?
Correct Answer: B) d(G)
33. What does the maximum degree of vertices in V(G) denote?
Correct Answer: C) ∆(G)
34. In the graph example provided, what is the degree of vertex 'e'?
Correct Answer: C) 0
35. What is an isolated vertex?
Correct Answer: B) A vertex with no incident edges
36. In a directed graph, what is the indegree of a vertex?
Correct Answer: B) The number of edges entering the vertex
37. How is the outdegree of a vertex denoted in a directed graph?
Correct Answer: B) deg+(V)
38. Which of the following statements is true about the degree of a vertex?
Correct Answer: C) The degree is always a positive number.
39. What defines a bipartite graph?
Correct Answer: B) Vertices can be divided into two distinct sets
40. In a graph G, what is an Euler line?
Correct Answer: B) A closed walk containing all the edges exactly once
41. What is an isomorphic graph?
Correct Answer: B) A graph that can be transformed into another by renaming vertices
42. A Hamiltonian cycle in a graph G is:
Correct Answer: A) A cycle visiting each vertex exactly once
43. When does a connected graph G have an Euler circuit?
Correct Answer: C) All vertices must have even degree
44. Which of the following is true about a complete bipartite graph \( K_{m,n} \)?
Correct Answer: A) Every vertex in one set is connected to every vertex in the other set
45. What condition must be met for a graph to be classified as an Euler graph?
Correct Answer: B) All vertices have even degree
46. If a graph has 24 edges and each vertex has a degree of 4, how many vertices does it have?
Correct Answer: A) 12
47. What is a Hamiltonian path?
Correct Answer: A) A path that visits all vertices exactly once
48. Which of the following is an example of an isomorphic graph?
Correct Answer: B) A graph that has the same number of vertices and edges but different structures
49. How can you determine if two graphs are isomorphic?
Correct Answer: B) By comparing the degrees of corresponding vertices
50. Which property is true for a complete bipartite graph \( K_{m,n} \)?
Correct Answer: C) Every vertex in set \( V_1 \) is connected to every vertex in set \( V_2 \)
51. A graph is said to be Eulerian if:
Correct Answer: B) All vertices have even degree and the graph is connected
52. Which of the following statements is true regarding Hamiltonian graphs?
Correct Answer: B) They may contain multiple Hamiltonian paths
53. In the context of Euler graphs, what is a necessary condition for a graph to contain an Euler path?
Correct Answer: A) It must be connected and have at most two vertices of odd degree